home *** CD-ROM | disk | FTP | other *** search
- #ifndef IDLEXEC.H
- #define IDLEXEC.H
- // ------------------------------------------+
- // Inclusión de librerias Anubis Software |
- // ------------------------------------------+
- #include "mdefs.h"
-
- // ------------------------------------+
- // Variables globales de la librería |
- // ------------------------------------+
-
- void EventIddleExecution(void);
- void EventIddleFinExecution(void);
- #ifndef __SC__
- void EventEmpilaIddleRutina(void far (*)(void));
- #else
- void EventEmpilaIddleRutina(void (far *)(void));
- #endif
- void EventDesempilaIddleRutina(void);
-
- #endif
-